home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFER__ / PROTO / U / EDITMENU.H < prev    next >
Text File  |  1991-07-23  |  419b  |  17 lines

  1. /*  EditMenu                                                                  Handle this menu list */
  2.  
  3. /* Unit name:  EditMenu.h   */
  4. /* Function:  Handle this specific menu list. */
  5. /* History: 7/23/91 Original by Prototyper 3.0   */
  6.  
  7.  
  8. /* ======================================================= */
  9.  
  10. /* Our menu handler */
  11. void Do_EditMenu(Boolean Doing_Pre, short theItem, Boolean *SkipProcessing);
  12.  
  13.  
  14. /* ======================================================= */
  15.  
  16.  
  17.